home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000380_anthonypieper@cs.com_Tue Nov 4 16:35:47 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: anthonypieper@cs.com (newexpectuser)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Atomic file movement in Kermit
  5. Date: 4 Nov 2003 08:47:05 -0800
  6. Organization: http://groups.google.com
  7. Lines: 18
  8. Message-ID: <f0bb0f39.0311040847.505a54ee@posting.google.com>
  9. NNTP-Posting-Host: 209.251.39.194
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1067964425 25893 127.0.0.1 (4 Nov 2003 16:47:05 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Tue, 4 Nov 2003 16:47:05 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14636
  16.  
  17. Can any of the SSH clients of Kermit do Atomic file movement like the
  18. FTP version ?
  19.  
  20. I have am trying to run a script on a Linux box, open a connection to
  21. a secure server, get all the files in a directory, then delete the
  22. files after they have been transfered successfully.
  23.  
  24. I seem to be able to find some SSH clients out there, but I need ALL
  25. the following to be able to be done:
  26.  
  27. 1) Able to script the SSH client
  28. 2) Able to have the SSH client run on a schedule 
  29. 3) Able to pass the password (no key authentication)
  30. 4) SSH client must be able to create a log file
  31. 5) ABLE TO DELETE file from remote system, once it has been
  32. successfully transfered to the host system.
  33.  
  34. Thanks in advance
  35.